home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / olrdrs / pgpblu25.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1994-03-25  |  287b  |  23 lines

  1. @ECHO OFF
  2. CLS
  3. IF "%1" == "" GOTO MSG
  4.  
  5.  
  6. COPY PGPBLUE.EXE %1
  7. COPY PGPBLUE.DOC %1
  8. COPY BLUEDOC.COM %1
  9. COPY REGISTER.FRM %1
  10.  
  11. CD %1
  12. PGPBLUE
  13. GOTO EXIT
  14.  
  15.  
  16. :MSG
  17. ECHO You must Enter the Path you want to install PGPBLUE to.
  18. ECHO Example INSTALL C:\BLUEWAVE
  19. GOTO EXIT
  20.  
  21.  
  22. :EXIT
  23.